Is intended to be used by other steps to create, populate, and output an excel document dynamically This class has methods to create a workbook which can then be manipulated from a previous step
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| next | PipelineStep | ||
| workbook | Workbook | ||
| currentRow | Row | ||
| nextRow | Row | ||
| nextCell | Cell | ||
| currentCell | Cell | ||
| firstSheetTitle | String | ||
| headers | List | ||
| type | String |
Hide comments